Name Adv. Tar Union box
ShortName a_advunionbox
TopTexture boxTop
SideTexture a_unionbox
BottomTexture boxBottom
GunBoxID 29155
Recipe I iron B a_mrifle R dyePowder.1
III
RBR
III
//AddGun shortName amountOf item
//AddAmmo must come immediately after AddGun for them to be in the same slot
//The names of the items / blocks are those in the code, with some exceptions such as iron (ingotIron) and gunpowder (sulphur)
//And with parts from this mod, they are the shortName of the item
//Guns cannot yet have multiple ammo types in the same slot. For now, just list them under two seperate guns that are the same
//NumGuns must come before all the addGun lines and must be correct.
NumGuns 5
AddGun a_advmrifle 7 a_cash
AddAmmo a_arifleclip 15 a_coins
AddGun a_advpshotgun 7 a_cash
AddAmmo a_shotgunammo 4 a_coins
AddGun a_advsmg3 7 a_cash
AddAmmo a_smgmag3 8 a_coins
AddGun a_hrifle 12 a_cash
AddAmmo a_hrifleclip 8 a_coins
AddGun a_shrevolver 11 a_cash
AddAmmo a_hrifleclip 8 a_coins